.footer{
  height: 469px;
  background-color: rgb(24, 19, 19);
  width: 100%;
  padding: 0 102px;
  box-sizing: border-box;
}

.footer-box1{
  width: inherit;
  background-color: rgb(24, 19, 19);
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(61, 58, 58, 0.6);

}

.footer-box1-inner{
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;

}

.fb1-text{
  font-weight: 700;
  font-size: 17px;
  color: rgb(155, 155, 155);
  flex: 1;
}

.fb1-button{
  font-size: 15px;
  transition: 0.5s;
  font-weight: 600;
  padding: 0.8em 2.2em;
  color: rgb(56, 54, 54);
  background-color: white;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.2s;
}

.fb1-button:hover{
  font-size: 15px;
  transition: 0.5s;
  font-weight: 600;
  padding: 0.8em 2.2em;
  color: rgb(44, 44, 44);
  background-color: rgb(209, 208, 208);
  border: none;
  border-radius: 3px;
  cursor: pointer;
}


.footer-box2{
  width: 100%;
  background-color: rgb(24, 19, 19);
  height: 240px;
  padding: 20px 0 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(61, 58, 58, 0.6);

}

.footer-box2-inner{
  width: 100%;
  height: 180px;
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.f-navlist-1, .f-navlist-2, .f-navlist-3{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.f-navlist-1 li{
  color: rgb(160, 157, 157);
  line-height: 20px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 17px;
  cursor: pointer;
  transition: 0.2s;
}

.f-navlist-1 li:hover{
  color: rgb(236, 236, 236);
  line-height: 20px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 17px;
  cursor: pointer;
}

.f-navlist-2 li{
  color: rgb(160, 157, 157);
  line-height: 20px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 17px;
  cursor: pointer;
  transition: 0.2s;
}

.f-navlist-2 li:hover{
  color: rgb(236, 236, 236);
  line-height: 20px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 17px;
  cursor: pointer;
}

.f-navlist-3 li{
  color: rgb(160, 157, 157);
  line-height: 1.3em;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
  cursor: pointer;
  transition: 0.2s;
  cursor: pointer;
  display: flex;
  align-items: center;
}



.f-navlist-1-box-wh, .f-navlist-2-box-wh, .f-navlist-3-box-wh{
  font-size: 15px;
  line-height: 20px;
  color: rgb(122, 121, 121);
  font-weight: 600;
  margin: 0 0 15px 0;
}

.f-navlist-4-box-wh{
  font-size: 15px;
  line-height: 20px;
  color: rgb(122, 121, 121);
  font-weight: 600;
  margin: 0 0 20px 0;
}



.nl-form{
  width: 215px;
  height: 35px;
  padding: 0 0 0 10px;
  border: none;
  outline: none;
  border-radius: 4px 0 0 4px;
  font-family: inherit;
  font-weight: 500;
  font-size: 13.5px;
  color: rgb(99, 97, 97);
  margin-right: 0;
}

.location{
  width: 17px;
  height: 15px;
  margin-right: 3px;
}

.li-phone{
  width: 17px;
  margin-right: 3px;
  height: 15px;
}

.li-time{
  width: 17px;
  margin-right: 3px;
  height: 15px;
}

.nl-form-OG{
  width: 215px;
  height: 35px;
  border: none;
  outline: none;
  border-radius: 4px;
  font-family: inherit;
  font-weight: 500;
  color: rgb(32, 32, 32);
  
}


.nl-button-img{
  width: 16px;
  height: 16px;

}

.n1-button{
  width: 45px;
  height: 35px;
  background-color: rgb(0, 100, 167);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border-radius: 0 5px 5px 0;
  float: right;
}

.footer-box3{
  width: 100%;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-note{
  font-size: 12px;
  font-weight: 300;
  margin: 0;
  color: rgb(122, 121, 121);
  letter-spacing: 0.2px;

}



